Printing Images
/documentation/pages/Guides/Report/Printing Techniques/Printing Images.xml
The default Display Mode for image files on reports is "Absolute". This mode prints one picture pixel per printer pixel. The result will typically produce a print image smaller than you desire.
A5.LOAD Function
/documentation/pages/Ref/Desktop_Api/Project/A5/A5.LOAD Method.xml
The A5.LOAD() method closes the current workspace and opens the specified layoutName.
SQL::TableSnapshot Load Method
/documentation/pages/Ref/Api/Namespace/SQL/TableSnapshot/Load Method.xml
Load definitions and data from a table in an open database connection.
Uploading and Displaying Images
/documentation/pages/Server/Guide/Design/View/Grid/Uploading and Displaying Images.xml
A common web application requirement is to allow users to upload and view images. This example provides a simple model that you can start with.
Auto-Load Compiled Library
/documentation/pages/Guides/Xbasic/Xbasic in Desktop Applications/Use the Auto-Load Compiled Library.xml
Here is an example of how you might use the Auto-Load Compiled Library: Say that you have developed an application called MyApp (the database is called MyApp.adb ). You are now ready to distribute your application to your customers, but you want to make sure that they cannot see any of the source code of your application.
SQL::DatabaseSnapshot Load Method
/documentation/pages/Ref/Api/Namespace/SQL/DatabaseSnapshot/Load Method.xml
Load definitions and data from an open database connection.
User Method
/documentation/pages/Ref/Api/Namespace/WindowsServices/ActiveDirectory/User/User Method.xml
Create a WindowsServices::ActiveDirectory::User object. This is for internal use only. Use a WindowsServices::ActiveDirectory::Domain or WindowsServices::ActiveDirectory::Group object to get a user.
Dynamic Images and Image Sequences
/documentation/pages/Guides/Mobile and Web Components/Grid/Grid Properties/Alternate Views/Google Maps - Alternate Views/Dynamic Images and Image Sequences.xml
When you place a marker on a Google Map, you have full control over the icon that is used. You can specify an expression that evaluates to the icon name to use for the marker. Or, you can specify an Xbasic function that will get called for each row in the Grid. The function can compute the marker icon based on the data in the current Grid row.
Displaying Tiled Images
/documentation/pages/Server/Guide/Design/View/Grid/Displaying Tiled Images.xml
Many developers want to create display multiple thumbnail images on a page, then allow the user to select one image to see it in a larger format on a second page. This tutorial describes the process of creating these pages.
Working with Images on Dialogs
/documentation/pages/Guides/Desktop/Xdialog/Working with Images on Dialogs.xml
Xdialog allows you to place images on dialogs. You can place the images on the dialog background, on a button, next to an element in a list box, and so on. This lesson discusses some of the ways in which you can work with images.